2 username="http://rfhbuk.pip.verisignlabs.com.pip.verisignlabs.com/"
5 date="2015-04-29T15:45:34Z"
7 Thank you. I was wondering about the URL as flagged above. When I specify the URL as I did, the git commands work but when I change it to ssh://git@gitlab.com:/~/gitlabname/reponame.git, git command fails with
9 > git push encrypted master
10 gcrypt: Development version -- Repository format MAY CHANGE
11 gcrypt: Repository not found: ssh://git@gitlab.com:/~/gitlabname/reponame.git
12 gcrypt: Setting up new repository
13 gcrypt: Remote ID is :id:xxxxxxxxxxxxxxxxx
14 Counting objects: 3, done.
15 Total 3 (delta 0), reused 0 (delta 0)
16 gcrypt: Encrypting to: --throw-keyids --default-recipient-self
17 gcrypt: Requesting manifest signature
18 .... passphase entered ...
19 GitLab: No such project
20 fatal: Could not read from remote repository.
21 Please make sure you have the correct access rights
22 and the repository exists.
23 error: failed to push some refs to 'gcrypt::ssh://git@gitlab.com:/~/gitlabname/reponame.git'
25 So perhaps I need to investigate how to get gcrypt to work with remote git(lab) repositories. Thanks.